gtk/window: Fix min size calculation
authorJonas Ådahl <jadahl@gmail.com>
Fri, 7 Aug 2020 08:11:10 +0000 (10:11 +0200)
committerJonas Ådahl <jadahl@gmail.com>
Fri, 7 Aug 2020 08:18:32 +0000 (10:18 +0200)
commit658719a205bfcfbf07d453e426aceb43ce480540
tree3a5cbac48140773e9cc025b86a266000648f48b3
parent1b7004ffc73bdf37024e0a1d78bd73aecac1defc
gtk/window: Fix min size calculation

It should always use "preferred" size, not any remembered or otherwise
computed one, otherwise we won't be able to shrink to the preferred size.
gtk/gtkwindow.c